home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d21 / dvprtscr.pat < prev    next >
Text File  |  1990-06-10  |  1KB  |  44 lines

  1. Quarterdeck Technical Note
  2. Print Screen problems
  3. by Vernon Balbert
  4.  
  5. Because DESQview V2.26 handles print screen in a different way,
  6. some systems begin to have problems that they didn't have with
  7. older versions of DESQview.  To solve the problem, you can make a
  8. patch that will make DESQview use the older way of working with
  9. Print Screen.  To do so, follow these steps:
  10.  
  11. 1)   MAKE A BACKUP OF DV.EXE.  I cannot stress this enough.  If you
  12.      do something wrong, you will want to be able to restore the
  13.      program to its pristine state.
  14.  
  15. 2)   Rename DV.EXE to X:
  16.      C:\DV> ren dv.exe x
  17.  
  18. 3)   Load up DEBUG and the file that we will work on:
  19.      C:\DV>debug x
  20.  
  21. 4)   Search for the appropriate place in the file to change:
  22.      -s 100 l f000 5a 6e
  23.      It should return with the following:
  24.      xxxx:yyyy
  25.      Write this down as you will need this number in the next step.
  26.  
  27. 5)   Now we want to edit two bytes.  Replace the xxxx:yyyy with
  28.      what you found in the last step.
  29.      -e xxxx:yyyy 4e ac
  30.  
  31. 6)   Now, write the file to disk:
  32.      -w
  33.      Writing 20354 bytes
  34.  
  35. 7)   Leave DEBUG.
  36.      -q
  37.  
  38. 8)   Rename X back to DV.EXE:
  39.      C:\DV>ren x dv.exe
  40.  
  41. Following these steps should fix your print screen problem.
  42.  
  43.              * * *   E N D   O F   F I L E    * * * 
  44.